home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / Mesa-2.2 / src-tk / Imakefile < prev    next >
Encoding:
Makefile  |  1996-05-30  |  596 b   |  42 lines

  1. #define DoNormalLib NO
  2. #define DoSharedLib YES
  3. #define DoDebugLib NO
  4. #define DoProfileLib NO
  5. #define LibName MESATK
  6. #define SoRev SOX11REV
  7. #define LibHeaders NO
  8.  
  9. #include <Threads.tmpl>
  10.  
  11. REQUIREDLIBS = $(X11ROOT)\\XFree86\\lib\\ $(TOP)\\lib\\ X11 MesaGL MesaGLU
  12. BUILDLIBDIR = $(TOP)\\lib
  13.  
  14. DEFINES = -mieee-fp
  15. INCLUDES = -I$(TOP)\include
  16.  
  17. SRCS = \
  18. cursor.c \
  19. event.c \
  20. font.c \
  21. getset.c \
  22. image.c \
  23. shapes.c \
  24. window.c
  25.  
  26. OBJS = \
  27. cursor.o \
  28. event.o \
  29. font.o \
  30. getset.o \
  31. image.o \
  32. shapes.o \
  33. window.o
  34.  
  35.  
  36. LINTLIBS =
  37.  
  38. #include <Library.tmpl>
  39.  
  40. DependTarget()
  41.  
  42.